projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b63e544
)
Add xm resume to the commands list.
author
Ewan Mellor
<ewan@xensource.com>
Mon, 27 Nov 2006 14:45:44 +0000
(14:45 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Mon, 27 Nov 2006 14:45:44 +0000
(14:45 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/main.py
b/tools/python/xen/xm/main.py
index 8c2bb14ffa54d831af59de5a6e6278e1fc85de2f..0b3c053852d8a670fe4c94ee25e8f741e36ef7d7 100644
(file)
--- a/
tools/python/xen/xm/main.py
+++ b/
tools/python/xen/xm/main.py
@@
-1428,6
+1428,7
@@
commands = {
"reboot": xm_reboot,
"rename": xm_rename,
"restore": xm_restore,
+ "resume": xm_resume,
"save": xm_save,
"shutdown": xm_shutdown,
"start": xm_start,